isomorphic graphs - significado y definición. Qué es isomorphic graphs
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es isomorphic graphs - definición

BIJECTION BETWEEN THE VERTEX SET OF TWO GRAPHS
Graph nonisomorphism problem; Nonisomorphism problem; Isomorphic graph; Isomorphic graphs; Non-isomorphic graphs; Tree isomorphism
  • 100px
  • 210px
  • The exception to Whitney's theorem: these two graphs are not isomorphic but have isomorphic line graphs.

Lévy family of graphs         
Levy family of graphs
In graph theory, a branch of mathematics, a Lévy family of graphs is a family of graphs Gn, n = 1, 2, 3, ..., which possess a certain type of "compactness" or "tangledness".
Isomorphic keyboard         
MUSICAL INPUT DEVICE CONSISTING OF A 2D GRID OF BUTTONS OR KEYS ON WHICH ANY GIVEN SEQUENCE/COMBINATION OF MUSICAL INTERVALS HAS THE "SAME SHAPE" ON THE KEYBOARD WHEREVER IT OCCURS—WITHIN A KEY, ACROSS KEYS, ACROSS OCTAVES, AND ACROSS TUNINGS
Isomorphic keyboards; Tuning invariance; Tuning-invariant; Tuning invariant
An isomorphic keyboard is a musical input device consisting of a two-dimensional grid of note-controlling elements (such as buttons or keys) on which any given sequence and/or combination of musical intervals has the "same shape" on the keyboard wherever it occurs – within a key, across keys, across octaves, and across tunings.
Augmented marked graph         
  • Example of an augmented marked graph
Augmented marked graphs
An augmented marked graph is basically a Petri net with a specific set of places called resource places.

Wikipedia

Graph isomorphism

In graph theory, an isomorphism of graphs G and H is a bijection between the vertex sets of G and H

f : V ( G ) V ( H ) {\displaystyle f\colon V(G)\to V(H)}

such that any two vertices u and v of G are adjacent in G if and only if f ( u ) {\displaystyle f(u)} and f ( v ) {\displaystyle f(v)} are adjacent in H. This kind of bijection is commonly described as "edge-preserving bijection", in accordance with the general notion of isomorphism being a structure-preserving bijection. If an isomorphism exists between two graphs, then the graphs are called isomorphic and denoted as G H {\displaystyle G\simeq H} . In the case when the bijection is a mapping of a graph onto itself, i.e., when G and H are one and the same graph, the bijection is called an automorphism of G. If a graph is finite, we can prove it to be bijective by showing it is one-one/onto; no need to show both. Graph isomorphism is an equivalence relation on graphs and as such it partitions the class of all graphs into equivalence classes. A set of graphs isomorphic to each other is called an isomorphism class of graphs. The question of whether graph isomorphism can be determined in polynomial time is a major unsolved problem in computer science, known as the Graph Isomorphism problem.

The two graphs shown below are isomorphic, despite their different looking drawings